diff --git a/samples/features/high availability/Kubernetes/sample-manifest-files/operator.yaml b/samples/features/high availability/Kubernetes/sample-manifest-files/operator.yaml index e7268fbf6f..d74ec63ca9 100644 --- a/samples/features/high availability/Kubernetes/sample-manifest-files/operator.yaml +++ b/samples/features/high availability/Kubernetes/sample-manifest-files/operator.yaml @@ -63,6 +63,9 @@ spec: - name: MSSQL_K8S_NAMESPACE valueFrom: fieldRef: {fieldPath: metadata.namespace} - image: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu + - name: MSSQL_POD_NAME + valueFrom: + fieldRef: {fieldPath: metadata.name} + image: mcr.microsoft.com/mssql/ha:2019-CTP3.0-ubuntu name: mssql-operator serviceAccount: mssql-operator