Skip to content

Commit d4f4473

Browse files
author
Oscar Llamas
committed
chore: Settings to have containers as an explicit list for patching purposes
1 parent 450a9bd commit d4f4473

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)