Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUTO: Docs repo sync - Helm Charts #586

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ You'll use the CA certificate file in a client container. Therefore, you'll need
spec:
containers:
- name: scalardb-cluster-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jre-jammy
command: ['sleep']
args: ['inf']
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ You'll use the CA certificate file in a client container. Therefore, you'll need
spec:
containers:
- name: scalardb-cluster-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jre-jammy
command: ['sleep']
args: ['inf']
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ You can deploy PostgreSQL on the Kubernetes cluster as follows.

1. Start a Client container on the Kubernetes cluster.
```console
kubectl run scalardb-client --image eclipse-temurin:8 --command sleep inf
kubectl run scalardb-client --image eclipse-temurin:8-jdk --command sleep inf
```

1. Check if the Client container is running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ You'll use the CA certificate file in a client container. Therefore, you'll need
spec:
containers:
- name: scalardl-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jdk
command: ['sleep']
args: ['inf']
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ You'll use the CA certificate file in a client container. Therefore, you'll need
spec:
containers:
- name: scalardl-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jdk
command: ['sleep']
args: ['inf']
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ We will use certificate files in a Client container. So, we create a secret reso
spec:
containers:
- name: scalardl-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jdk
command: ['sleep']
args: ['inf']
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ We will use certificate files in a Client container. So, we create a secret reso
spec:
containers:
- name: scalardl-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jdk
command: ['sleep']
args: ['inf']
volumeMounts:
Expand Down