From 176d2a85e370e684aeb8084b298acf6a5fdd8654 Mon Sep 17 00:00:00 2001 From: akanshaw-cloudside Date: Tue, 1 Oct 2024 11:55:50 +0530 Subject: [PATCH] fix --- pipelines/dev-pipeline/k8s/deployment-push-anode-1.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pipelines/dev-pipeline/k8s/deployment-push-anode-1.yaml b/pipelines/dev-pipeline/k8s/deployment-push-anode-1.yaml index 2d5c656..4b7dd1a 100644 --- a/pipelines/dev-pipeline/k8s/deployment-push-anode-1.yaml +++ b/pipelines/dev-pipeline/k8s/deployment-push-anode-1.yaml @@ -84,10 +84,10 @@ spec: name: anode-1-apps-configmap key: LOG_DIR - name: CONFIG_DIR - valueFrom: - configMapKeyRef: - name: anode-1-apps-configmap - key: CONFIG_DIR + valueFrom: + configMapKeyRef: + name: anode-1-apps-configmap + key: CONFIG_DIR serviceAccountName: sa-apps nodeSelector: iam.gke.io/gke-metadata-server-enabled: 'true' \ No newline at end of file