Skip to content

Commit

Permalink
refactor(amethyst): archive external-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Feb 1, 2024
1 parent 352a6ff commit 368c84e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Helm
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
namespace: external-secrets
Expand All @@ -20,7 +20,7 @@ spec:
sourceRef:
kind: HelmRepository
name: external-secrets
# renovate: registryUrl=https://charts.external-secrets.io
# disable renovate: registryUrl=https://charts.external-secrets.io
chart: external-secrets
version: 0.9.4
install:
Expand Down
14 changes: 0 additions & 14 deletions amethyst/kubernetes/flux-system/boostrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,6 @@ spec:
path: /amethyst/kubernetes/aws-identity-webhook
prune: true
---
# external-secrets
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
namespace: flux-system
name: 1-external-secrets
spec:
sourceRef:
kind: GitRepository
name: homelab
interval: 10m0s
path: /amethyst/kubernetes/external-secrets
prune: false
---
# cloudflared
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
Expand Down

0 comments on commit 368c84e

Please sign in to comment.