chore: Update manifests after change
This commit is contained in:
@@ -63,7 +63,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: DES_KEY
|
||||
name: roundcube-key-secret
|
||||
name: roundcube-key
|
||||
- name: ROUNDCUBEMAIL_DEFAULT_HOST
|
||||
value: stalwart.stalwart
|
||||
- name: ROUNDCUBEMAIL_DEFAULT_PORT
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: roundcube-key-secret
|
||||
name: roundcube-key
|
||||
namespace: roundcube
|
||||
labels:
|
||||
app.kubernetes.io/name: roundcube-key-secret
|
||||
app.kubernetes.io/name: roundcube-key
|
||||
app.kubernetes.io/instance: roundcube
|
||||
app.kubernetes.io/part-of: roundcube
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: vault
|
||||
name: openbao
|
||||
data:
|
||||
- secretKey: DES_KEY
|
||||
remoteRef:
|
||||
key: /cl01tl/roundcube/key
|
||||
property: DES_KEY
|
||||
property: des-key
|
||||
Reference in New Issue
Block a user