We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01afeac commit f9a8626Copy full SHA for f9a8626
samples/mysql-schema/k8s/deployment.yaml
@@ -23,7 +23,7 @@ spec:
23
serviceAccount: mysql-schema-operator
24
containers:
25
- name: operator
26
- image: eu.gcr.io/adamsandor-test/mysql-schema-operator:1.2.3-SNAPSHOT
+ image: ${DOCKER_REGISTRY}/mysql-schema-operator:${OPERATOR_VERSION}
27
imagePullPolicy: Always
28
ports:
29
- containerPort: 80
0 commit comments