add secrets auto reload

This commit is contained in:
Maidul Islam
2023-02-19 00:44:38 -05:00
parent c1deb08df8
commit 8432f71d58

6
.github/values.yaml vendored
View File

@@ -2,7 +2,8 @@ frontend:
enabled: true
name: frontend
podAnnotations: {}
deploymentAnnotations: {}
deploymentAnnotations:
secrets.infisical.com/auto-reload: "true"
replicaCount: 2
image:
repository: infisical/frontend
@@ -20,7 +21,8 @@ backend:
enabled: true
name: backend
podAnnotations: {}
deploymentAnnotations: {}
deploymentAnnotations:
secrets.infisical.com/auto-reload: "true"
replicaCount: 2
image:
repository: infisical/backend