Skip to content

Commit

Permalink
462 nachet update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic committed Nov 20, 2024
1 parent 58fa89c commit a4b480f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion kubernetes/aks/apps/nachet/base/nachet-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: nachet-backend-secrets
annotations:
avp.kubernetes.io/path: "kv/data/nachet"
avp.kubernetes.io/secret-version: "12"
avp.kubernetes.io/secret-version: "13"
stringData:
NACHET_AZURE_STORAGE_CONNECTION_STRING: <NACHET_AZURE_STORAGE_CONNECTION_STRING>
NACHET_DATA: <NACHET_DATA>
Expand Down Expand Up @@ -34,3 +34,14 @@ stringData:
PUBLIC_URL: <NACHET_FRONTEND_PUBLIC_URL>
VITE_BACKEND_URL: <NACHET_FRONTEND_VITE_BACKEND_URL>
VITE_APP_MODE: <NACHET_FRONTEND_VITE_APP_MODE>
---
kind: Secret
apiVersion: v1
metadata:
name: nachet-rcnn-detector-secrets
annotations:
avp.kubernetes.io/path: "kv/data/nachet"
avp.kubernetes.io/secret-version: "13"
stringData:
NACHET_ENV: <NACHET_ENV>
NACHET_BACKEND_SVC_URL: <NACHET_BACKEND_SVC_URL>

0 comments on commit a4b480f

Please sign in to comment.