diff --git a/deploy/helm/opa-operator/templates/deployment.yaml b/deploy/helm/opa-operator/templates/deployment.yaml index e2c06b3e..fdb3c696 100644 --- a/deploy/helm/opa-operator/templates/deployment.yaml +++ b/deploy/helm/opa-operator/templates/deployment.yaml @@ -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: