We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I'm using helm and I'm trying to manage the development pods through this tool, but I wasn't able to install the package on my workload:
I got:
Error: UPGRADE FAILED: unable to recognize "": no matches for kind "SleepCycle" in version "core.rekuberate.io/v1alpha1"
My values are:
{{- if .Values.sleepcycles.enabled }} apiVersion: core.rekuberate.io/v1alpha1 kind: SleepCycle metadata: name: sleepcycle-{{ .Values.sleepcycles.app }} # namespace: {{ .Release.Namespace }} spec: enabled: true shutdown: "{{ .Values.sleepcycles.shutdown }}" shutdownTimeZone: "{{ .Values.sleepcycles.shutdownTimeZone }}" wakeup: "{{ .Values.sleepcycles.wakeup }}" wakeupTimeZone: "{{ .Values.sleepcycles.wakeupTimeZone }}" {{- end }}
sleepcycles: enabled: true app: app-1 shutdown: "15 12 * * *" shutdownTimeZone: "America/Santiago" wakeup: "30 12 * * *" wakeupTimeZone: "America/Santiago"
The text was updated successfully, but these errors were encountered:
Hi @nicolasnetz, two quick questions, so I understand better your issue:
sleepcycles: ...
Sorry, something went wrong.
No branches or pull requests
Hi!
I'm using helm and I'm trying to manage the development pods through this tool, but I wasn't able to install the package on my workload:
I got:
Error: UPGRADE FAILED: unable to recognize "": no matches for kind "SleepCycle" in version "core.rekuberate.io/v1alpha1"
My values are:
The text was updated successfully, but these errors were encountered: