|
@@ -168,12 +168,22 @@ spec:
|
|
|
type: Opaque
|
|
type: Opaque
|
|
|
data:
|
|
data:
|
|
|
accounts.conf: |-
|
|
accounts.conf: |-
|
|
|
- {{ .accounts }}
|
|
|
|
|
|
|
+ [accounts]
|
|
|
|
|
+ {{ .username }}: {{ .password }}
|
|
|
data:
|
|
data:
|
|
|
- - secretKey: accounts
|
|
|
|
|
|
|
+ - secretKey: username
|
|
|
sourceRef:
|
|
sourceRef:
|
|
|
storeRef:
|
|
storeRef:
|
|
|
- name: bitwarden-notes
|
|
|
|
|
|
|
+ name: bitwarden-login
|
|
|
kind: ClusterSecretStore
|
|
kind: ClusterSecretStore
|
|
|
remoteRef:
|
|
remoteRef:
|
|
|
- key: f740005f-bcca-4e69-88e9-b3f701333650
|
|
|
|
|
|
|
+ key: 7c7ffb0a-c14d-4091-ab94-b32d016335e6
|
|
|
|
|
+ property: username
|
|
|
|
|
+ - secretKey: password
|
|
|
|
|
+ sourceRef:
|
|
|
|
|
+ storeRef:
|
|
|
|
|
+ name: bitwarden-login
|
|
|
|
|
+ kind: ClusterSecretStore
|
|
|
|
|
+ remoteRef:
|
|
|
|
|
+ key: 7c7ffb0a-c14d-4091-ab94-b32d016335e6
|
|
|
|
|
+ property: password
|