Skip to content

Liveness/Readiness Probe fails for Helm chart installation after 0.2.2 #987

Discussion options

You must be logged in to vote

Since we use helmfile with multiple levels of values files I guess it's more helpful to see the final resources that get deployed based on all those values:

# Source: akhq/templates/secret.yaml
apiVersion: v1
kind: Secret
metadata:
  name: akhq-secrets
  labels:
    app.kubernetes.io/name: akhq
    helm.sh/chart: akhq-0.2.7
    app.kubernetes.io/instance: akhq
    app.kubernetes.io/managed-by: Helm
type: Opaque
data:
  application-secrets.yml: "fAogIGFraH..."
---
# Source: akhq/templates/configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
  name: akhq
  labels:
    app.kubernetes.io/name: akhq
    helm.sh/chart: akhq-0.2.7
    app.kubernetes.io/instance: akhq
    app.kubernetes.io/man…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@tchiotludo
Comment options

@michael-datareply
Comment options

Answer selected by tchiotludo
Comment options

You must be logged in to vote
1 reply
@tchiotludo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #986 on January 19, 2022 10:58.