Created
February 9, 2022 16:22
-
-
Save nivogt/62d23847169a13492c2e619e619d2970 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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