fix
This commit is contained in:
@@ -5,7 +5,7 @@ resource "kubectl_manifest" "prj_secret" {
|
||||
apiVersion: "secretgenerator.mittwald.de/v1alpha1"
|
||||
kind: "StringSecret"
|
||||
metadata:
|
||||
name: "nextcloud"
|
||||
name: "${var.component}"
|
||||
namespace: "${var.namespace}"
|
||||
labels: ${jsonencode(local.common-labels)}
|
||||
spec:
|
||||
@@ -17,5 +17,9 @@ resource "kubectl_manifest" "prj_secret" {
|
||||
length: "32"
|
||||
- fieldName: "nextcloud-token"
|
||||
length: "32"
|
||||
- fieldName: "collabora-password"
|
||||
length: "32"
|
||||
- fieldName: "onlyoffice-jwt-secret"
|
||||
length: "64"
|
||||
EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user