Skip to content

Commit

Permalink
issue #399: testing webtop-secret placement
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Oct 25, 2024
1 parent 7dfe4db commit c8ba095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/aks/apps/webtop/tcardin-webtop-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ kind: Secret
apiVersion: v1
metadata:
name: tcardin-webtop-secrets
namespace: webtop
annotations:
avp.kubernetes.io/path: "kv/data/webtop/test"
avp.kubernetes.io/secret-version: "1"
Expand All @@ -11,4 +12,4 @@ stringData:
TZ: <TZ>
TITLE: <TITLE>
CUSTOM_USER: <CUSTOM_USER>
PASSWORD: <PASSWORD>
PASSWORD: <PASSWORD>

0 comments on commit c8ba095

Please sign in to comment.