Skip to content

Instantly share code, notes, and snippets.

@nivogt
Created February 9, 2022 16:22
Show Gist options
  • Save nivogt/62d23847169a13492c2e619e619d2970 to your computer and use it in GitHub Desktop.
Save nivogt/62d23847169a13492c2e619e619d2970 to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cm
namespace: argocd
labels:
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd
data:
#
# Check out this FAQ as to why this is needed.
# https://argoproj.github.io/argo-cd/faq/#why-are-resources-of-type-sealedsecret-stuck-in-the-progressing-state
#
resource.customizations.health.bitnami.com_SealedSecret: |
hs = {}
hs.status = "Healthy"
hs.message = "Controller doesn't report resource status"
return hs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment