We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc25936 commit f2deb0fCopy full SHA for f2deb0f
code-examples/helm-kafka-example/templates/deployment.yaml
@@ -36,7 +36,7 @@ spec:
36
secretKeyRef:
37
name: {{ .Values.rhoas.secret }}
38
key: RHOAS_SERVICE_ACCOUNT_CLIENT_SECRET
39
- image: rkpattnaik/quarkus-kafka-quickstart:1.0-SNAPSHOT
+ image: quay.io/rhosak/quarkus-kafka-quickstart-helm:1.0-SNAPSHOT
40
imagePullPolicy: Always
41
name: rhoas-quarkus-kafka-quickstart
42
ports:
0 commit comments