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

ArgoCD example of Bitnami Sealed Secrets Application faulty #8211

Open
rufreakde opened this issue Jan 18, 2022 · 2 comments
Open

ArgoCD example of Bitnami Sealed Secrets Application faulty #8211

rufreakde opened this issue Jan 18, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@rufreakde
Copy link

rufreakde commented Jan 18, 2022

Summary

Using the example here
https://argo-cd.readthedocs.io/en/stable/user-guide/helm/#declarative
results in a lot of kubeseal cli issues.

What change you think needs making.

  • Just change the namespace to kube-system than it works out of the box from the example.

Motivation

Very confusing since its a ready made example snippet.

Proposal

Change namespace to kube-system

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: sealed-secrets
  namespace: argocd
spec:
  project: default
  source:
    chart: sealed-secrets
    repoURL: https://bitnami-labs.github.io/sealed-secrets
    targetRevision: 1.16.1 # could also change the version to 2.1.0
    helm:
      releaseName: sealed-secrets
  destination:
    server: https://kubernetes.default.svc
    namespace: kube-system
@rufreakde rufreakde added the enhancement New feature or request label Jan 18, 2022
@ishitasequeira ishitasequeira added bug Something isn't working and removed enhancement New feature or request labels Jan 18, 2022
@rufreakde
Copy link
Author

@ishitasequeira no update here? Snipped still has a custom namespace: kubeseal.

@rufreakde
Copy link
Author

Not sure if this is still an issue in newest version (we are still using kube-system) so cant test it but if it is fixed it can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants