Skip to content

Commit

Permalink
fix(bootstrap): external-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 7, 2025
1 parent 04e0d24 commit 6f5f532
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
name: &app external-secrets
namespace: flux-system
spec:
targetNamespace: security
targetNamespace: external-secrets
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./kubernetes/apps/security/external-secrets/app
path: ./kubernetes/apps/external-secrets/external-secrets/app
prune: true
sourceRef:
kind: GitRepository
Expand All @@ -25,13 +25,13 @@ metadata:
name: &app external-secrets-stores
namespace: flux-system
spec:
targetNamespace: security
targetNamespace: external-secrets
commonMetadata:
labels:
app.kubernetes.io/name: *app
dependsOn:
- name: external-secrets
path: ./kubernetes/apps/security/external-secrets/stores
path: ./kubernetes/apps/external-secrets/external-secrets/stores
prune: true
sourceRef:
kind: GitRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ metadata:
spec:
provider:
onepassword:
connectHost: http://onepassword-connect.security.svc.cluster.local
connectHost: http://onepassword-connect.external-secrets.svc.cluster.local
vaults:
K8s: 1
auth:
secretRef:
connectTokenSecretRef:
name: onepassword-connect-secret
key: token
namespace: security
namespace: external-secrets
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: security
name: external-secrets
annotations:
kustomize.toolkit.fluxcd.io/prune: disabled
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ metadata:
name: &app onepassword-connect
namespace: flux-system
spec:
targetNamespace: security
targetNamespace: external-secrets
commonMetadata:
labels:
app.kubernetes.io/name: *app
dependsOn:
- name: external-secrets
path: ./kubernetes/apps/security/onepassword-connect/app
path: ./kubernetes/apps/external-secrets/onepassword-connect/app
prune: true
sourceRef:
kind: GitRepository
Expand Down

0 comments on commit 6f5f532

Please sign in to comment.