Skip to content

Commit

Permalink
More external secret fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfMoo committed Sep 29, 2024
1 parent e38800e commit 49bea2a
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ spec:
data:
CF_API_EMAIL: "{{ .EMAIL }}"
CF_API_KEY: "{{ .API_KEY }}"
data:
- secretKey: EMAIL
sourceRef:
storeRef:
name: bitwarden-fields
kind: ClusterSecretStore
remoteRef:
key: 0dd001ff-50e7-487e-a753-b1f9010310f5
property: EMAIL
- secretKey: API_KEY
sourceRef:
storeRef:
name: bitwarden-fields
kind: ClusterSecretStore
remoteRef:
key: 0dd001ff-50e7-487e-a753-b1f9010310f5
property: API_KEY
data:
- secretKey: EMAIL
sourceRef:
storeRef:
name: bitwarden-fields
kind: ClusterSecretStore
remoteRef:
key: 0dd001ff-50e7-487e-a753-b1f9010310f5
property: EMAIL
- secretKey: API_KEY
sourceRef:
storeRef:
name: bitwarden-fields
kind: ClusterSecretStore
remoteRef:
key: 0dd001ff-50e7-487e-a753-b1f9010310f5
property: API_KEY

0 comments on commit 49bea2a

Please sign in to comment.