refactor: move infisical Kubernetes manifests from apps to beta directory
This commit is contained in:
@@ -5,8 +5,6 @@ namespace: security
|
||||
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./infisical
|
||||
|
||||
# External secrets should be implemented.
|
||||
# Most popular is 1password, but it's paid
|
||||
# https://github.com/tholinka/home-ops implements secrets via bitwarden (which is free)
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./kubernetes/apps/security/infisical/app
|
||||
path: ./kubernetes/beta/security/infisical/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
7
kubernetes/beta/security/kustomization.yaml
Normal file
7
kubernetes/beta/security/kustomization.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: security
|
||||
|
||||
resources:
|
||||
- ./infisical
|
||||
Reference in New Issue
Block a user