From 7b1ff04436286c5baae16cb3f672aa159a72a317 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 27 Jan 2023 10:45:42 -0800 Subject: [PATCH] add deployment annotations --- .github/values.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/values.yaml b/.github/values.yaml index ffbe86dde..9e52f5dd6 100644 --- a/.github/values.yaml +++ b/.github/values.yaml @@ -7,14 +7,15 @@ nameOverride: "" frontend: name: frontend - podAnnotations: + podAnnotations: {} + deploymentAnnotations: secrets.infisical.com/auto-reload: "true" replicaCount: 2 image: repository: infisical/frontend pullPolicy: IfNotPresent tag: "latest" - kubeSecretRef: managed-secret-frontend + kubeSecretRef: managed-secret-frontend service: # type of the frontend service type: ClusterIP @@ -24,14 +25,15 @@ frontend: backend: name: backend - podAnnotations: + podAnnotations: {} + deploymentAnnotations: secrets.infisical.com/auto-reload: "true" replicaCount: 2 image: repository: infisical/backend pullPolicy: IfNotPresent tag: "latest" - kubeSecretRef: managed-backend-secret + kubeSecretRef: managed-backend-secret service: annotations: {}