Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

secretとcloudflaredのconfigをクラスタの外で管理する #4

Closed
honahuku opened this issue Apr 22, 2023 · 1 comment · Fixed by #24 or #30
Closed

secretとcloudflaredのconfigをクラスタの外で管理する #4

honahuku opened this issue Apr 22, 2023 · 1 comment · Fixed by #24 or #30

Comments

@honahuku
Copy link
Owner

今はクラスタのsecretに認証情報が格納されている
これはなにかの拍子にnamespaceが吹き飛ぶと消えてしまう
external-secretsakeylessでよしなに管理したい

@honahuku honahuku changed the title secretをクラスタの外で管理する secretとcloudflaredのconfigをクラスタの外で管理する Apr 23, 2023
@honahuku honahuku linked a pull request Apr 29, 2023 that will close this issue
@honahuku
Copy link
Owner Author

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-secrets
namespace: argocd
spec:
project: default
source:
chart: external-secrets
repoURL: https://charts.external-secrets.io
targetRevision: 0.8.1
helm:
releaseName: external-secrets
destination:
server: "https://kubernetes.default.svc"
namespace: external-secrets
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: config
namespace: argocd
spec:
project: default
source:
path: config
repoURL: https://github.com/honahuku/manifest
targetRevision: main
destination:
namespace: config
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true

@honahuku honahuku linked a pull request Apr 29, 2023 that will close this issue
@honahuku honahuku linked a pull request Apr 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant