You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
apiVersion: flux.weave.works/v1beta1kind: HelmReleasemetadata:
name: demolocalnamespace: localannotations:
flux.weave.works/automated: "true"flux.weave.works/tag.chart-image: glob:loc-*spec:
releaseName: demo-localchart:
git: git@bitbucket.org:sureshamk/my_helm.gitpath: charts/demoref: localvalues:
demoadmin:
name: demoadminimage: cr.demolocal.com/demoadmin:loc-1imagePullPolicy: IfNotPresentingress:
enabled: trueannotations:
traefik.ingress.kubernetes.io/rule-type: PathPrefixStripnginx.ingress.kubernetes.io/rewrite-target: /path: /newadmin/apihosts:
- apps.demolocal.comrollback:
# If set, will perform rollbacks for this release.enable: true# If set, will force resource update through delete/recreate if# needed.force: true# Prevent hooks from running during rollback.disableHooks: false# Time in seconds to wait for any individual Kubernetes operation.timeout: 5000# If set, will wait until all Pods, PVCs, Services, and minimum# number of Pods of a Deployment are in a ready state before# marking the release as successful. It will wait for as long# as the set timeout.wait: false
When i apply this file (kubectl apply -f local.yaml)
i m getting this error
: validation failure list:
spec.rollback.timeout in body must be of type int64: "integer"
The text was updated successfully, but these errors were encountered:
Small mistake in the validation scheme, probably due to me copy/pasting without thinking. I created a PR to fix the CRD.
Running kubectl apply -f https://github.com/fluxcd/flux/raw/2363a65a8bc3bd58e6b3ed831856df319a1f8754/deploy-helm/flux-helm-release-crd.yaml should fix it for you.
Describe the bug
My helm release as follows
When i apply this file (
kubectl apply -f local.yaml
)i m getting this error
: validation failure list:
spec.rollback.timeout in body must be of type int64: "integer"
The text was updated successfully, but these errors were encountered: