Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
feat(installer): Move git remote URL deny list under features (#8673)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The `git.remoteURLDenyList` helm value was moved under `features` for consistency purposes.
  • Loading branch information
mowies committed Aug 17, 2022
1 parent bf019c0 commit 7c8bcfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ metadata:
app.kubernetes.io/name: shipyard-controller
data:
git-remote-url-denylist: |-
{{ .Values.git.remoteURLDenyList | default "" | indent 4 }}
{{ .Values.features.git.remoteURLDenyList | default "" | indent 4 }}
5 changes: 2 additions & 3 deletions installer/manifests/keptn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ features:
oauth:
enabled: false
prefix: "keptn:"

git:
remoteURLDenyList: ""
git:
remoteURLDenyList: ""

nats:
nameOverride: keptn-nats
Expand Down

0 comments on commit 7c8bcfa

Please sign in to comment.