Skip to content

Commit a9bd699

Browse files
authored
Settings to have containers as an explicit list for patching purposes (#29)
The goal is to convert **containers** into an explicit list so that we can navigate to this attribute using kustomize patches.
2 parents eaf118c + d4f4473 commit a9bd699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/apiserver/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
spec:
2222
automountServiceAccountToken: false
2323
containers:
24-
image: us-east4-docker.pkg.dev/datum-cloud-prod/datum-internal-images/datum-apiserver:v0.0.1-v1alpha12-amd64
24+
- image: us-east4-docker.pkg.dev/datum-cloud-prod/datum-internal-images/datum-apiserver:v0.0.1-v1alpha12-amd64
2525
imagePullPolicy: IfNotPresent
2626
livenessProbe:
2727
failureThreshold: 3

0 commit comments

Comments
 (0)