Skip to content

Commit

Permalink
chart/gatekeeper:3.18.2, add to ambient. looks like its working despi…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Jan 10, 2025
1 parent a5e3ce9 commit 6a2bf98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gatekeeper-repo.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
version: '3'
includes:
helm-repo:
repo:
taskfile: helm-repo.yml
internal: true
flatten: true
vars:
n: gatekeeper
url: https://open-policy-agent.github.io/gatekeeper/charts
tasks:
default:
deps:
- task: helm-repo:add
- task: add
11 changes: 9 additions & 2 deletions gatekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
version: '3'
includes:
repo: gatekeeper-repo.yml
kk:
taskfile: kubectl.yml
vars:
n: gatekeeper-system
labels: 'istio.io/dataplane-mode=ambient'
helm:
taskfile: helm.yml
internal: true
vars:
namespace: gatekeeper-system
create_namespace: 'true'
name: gatekeeper
chart_repo_name: gatekeeper
chart: gatekeeper
chart_ver: 3.18.1
chart_ver: 3.18.2
tasks:
default:
deps:
Expand All @@ -20,10 +24,13 @@ tasks:
deps:
- task: repo
cmds:
- task: kk:ns-create
- task: kk:ns-label
- task: helm:upgrade
delete:
cmds:
- task: helm:delete
- task: kk:ns-delete
check:
deps:
- task: repo
Expand Down

0 comments on commit 6a2bf98

Please sign in to comment.