diff --git a/kubernetes/infrastructure/minio/minio.yaml b/kubernetes/infrastructure/minio/minio.yaml index 8809671..f047920 100644 --- a/kubernetes/infrastructure/minio/minio.yaml +++ b/kubernetes/infrastructure/minio/minio.yaml @@ -42,6 +42,8 @@ spec: namespace: flux-system - name: minio-secrets namespace: flux-system + - name: local-path-provisioner + namespace: local-path-storage postBuild: substituteFrom: - kind: Secret diff --git a/kubernetes/infrastructure/postgresql/postgresql.yaml b/kubernetes/infrastructure/postgresql/postgresql.yaml index ffe106f..68c4474 100644 --- a/kubernetes/infrastructure/postgresql/postgresql.yaml +++ b/kubernetes/infrastructure/postgresql/postgresql.yaml @@ -44,6 +44,8 @@ spec: namespace: flux-system - name: namespaces namespace: flux-system + - name: local-path-provisioner + namespace: local-path-storage postBuild: substituteFrom: - kind: Secret