first commit
This commit is contained in:
15
apps/nextcloud/v1_Secret_nextcloud.yaml
Normal file
15
apps/nextcloud/v1_Secret_nextcloud.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Source: nextcloud/templates/secrets.yaml
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: nextcloud
|
||||
labels:
|
||||
app.kubernetes.io/name: nextcloud
|
||||
helm.sh/chart: nextcloud-3.5.19
|
||||
app.kubernetes.io/instance: nextcloud
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
type: Opaque
|
||||
data:
|
||||
nextcloud-username: "YWRtaW4="
|
||||
nextcloud-password: "Y2hhbmdlbWU="
|
||||
nextcloud-token: "WXVzZmluOWo4Ug=="
|
||||
Reference in New Issue
Block a user