Skip to content

Commit f9a8626

Browse files
committed
docker registry and operator version are variables in deployment.yaml
1 parent 01afeac commit f9a8626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/mysql-schema/k8s/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
serviceAccount: mysql-schema-operator
2424
containers:
2525
- name: operator
26-
image: eu.gcr.io/adamsandor-test/mysql-schema-operator:1.2.3-SNAPSHOT
26+
image: ${DOCKER_REGISTRY}/mysql-schema-operator:${OPERATOR_VERSION}
2727
imagePullPolicy: Always
2828
ports:
2929
- containerPort: 80

0 commit comments

Comments
 (0)