Skip to content

Commit

Permalink
AUTO: Sync Helm Charts docs to ScalarDL docs site repo
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong committed Nov 14, 2024
1 parent f66de0c commit c732744
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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

0 comments on commit c732744

Please sign in to comment.