Skip to content

Commit 2f21509

Browse files
docs(values): fix initContainers for Collab and Intel examples to avoid duplicate keys
1 parent 93c7114 commit 2f21509

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

charts/collab/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ podAnnotations: {}
216216
# Useful to wait for dependencies (e.g., Intel URL reachability, locator DB readiness, etc.)
217217
# before CodeTogether Collab starts.
218218
initContainers: []
219-
# Example:
220-
# initContainers:
219+
# Example (replace the `[]` above with the list below):
221220
# - name: wait-for-intel
222221
# image: busybox:1.36
223222
# command: ["sh", "-c"]

charts/intel/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ podAnnotations: {}
136136
# Optional: add initContainers (startup containers) to the pod spec.
137137
# Useful to wait for Cassandra or run startup checks before Intel starts.
138138
initContainers: []
139-
# Example:
140-
# initContainers:
139+
# Example (replace the `[]` above with the list below):
141140
# - name: wait-for-cassandra
142141
# image: busybox:1.36
143142
# command: ["sh", "-c"]

0 commit comments

Comments
 (0)