-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update keptn-lifecycle-operator Helm chart (#182)
BREAKING CHANGE: The Lifecycle Operator helm chart was adapted after removal of the Keptn Scheduler and many Helm values were simplified, please double check your values files and adapt them accordingly.
- Loading branch information
Showing
12 changed files
with
227 additions
and
779 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
{{/* | ||
Return the proper Image Registry Secret Names for lifecycle operator | ||
*/}} | ||
{{- define "lifecycleOperator.imagePullSecrets" -}} | ||
{{ include "common.images.renderPullSecrets" (dict "images" (list .Values.lifecycleOperator.image) "context" $) }} | ||
{{- end -}} | ||
|
||
{{/* | ||
Return the proper Image Registry Secret Names for scheduler | ||
*/}} | ||
{{- define "scheduler.imagePullSecrets" -}} | ||
{{ include "common.images.renderPullSecrets" (dict "images" (list .Values.scheduler.image) "context" $) }} | ||
{{- define "imagePullSecrets" -}} | ||
{{ include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) }} | ||
{{- end -}} |
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
21 changes: 0 additions & 21 deletions
21
...ts/keptn-lifecycle-operator/templates/extension-apiserver-authentication-reader-rbac.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.