Skip to content

Commit

Permalink
chore: Generated commit to update templated files since the last temp…
Browse files Browse the repository at this point in the history
…late run up to stackabletech/operator-templating@2cc4b44 (#635)

Reference-to: stackabletech/operator-templating@2cc4b44 (Rename KUBERNETES_CLUSTER_DOMAIN to KUBERNETES_CLUSTER_DOMAIN)
  • Loading branch information
stackable-bot authored Oct 16, 2024
1 parent 77e75b7 commit 7218aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/opa-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['internal.stackable.tech/image']
- name: KUBERNETES_SERVICE_DNS_DOMAIN
value: {{ .Values.kubernetesServiceDnsDomain | default "cluster.local" | quote }}
- name: KUBERNETES_CLUSTER_DOMAIN
value: {{ .Values.kubernetesClusterDomain | default "cluster.local" | quote }}
- name: OPA_BUNDLE_BUILDER_CLUSTERROLE
value: {{ include "operator.fullname" . }}-opa-bundle-builder-clusterrole
volumes:
Expand Down

0 comments on commit 7218aaa

Please sign in to comment.