deploy ESO?
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
|||||||
namespace: external-secrets
|
namespace: external-secrets
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: cluster/external-secrets/overlays/in-cluster
|
path: cluster/external-secrets/overlays/hub
|
||||||
repoURL: https://github.com/rblundon/homelab.git
|
repoURL: https://github.com/rblundon/homelab.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
# helm:
|
# helm:
|
||||||
10
cluster/external-secrets/overlays/hub/kustomization.yaml
Normal file
10
cluster/external-secrets/overlays/hub/kustomization.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
namePrefix: hub-
|
||||||
|
|
||||||
|
bases:
|
||||||
|
- ../../base
|
||||||
|
|
||||||
|
# patches:
|
||||||
|
# - deployment.yaml
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
bases:
|
|
||||||
- ../../base
|
|
||||||
|
|
||||||
# patches:
|
|
||||||
# - deployment.yaml
|
|
||||||
Reference in New Issue
Block a user