UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 075d6122 authored by Thomas Runyon's avatar Thomas Runyon
Browse files

Flipped dependency on Gatekeeper and removed deployment of validatingwebhook

parent 47470b52
No related branches found
No related tags found
1 merge request!10Flipped dependency on Gatekeeper and removed deployment of validatingwebhook
......@@ -37,7 +37,4 @@ spec:
- name: env-values
kind: Secret
optional: true
dependsOn:
- name: {{ .Release.Name }}-gatekeeper
namespace: {{ .Release.Namespace }}
{{- end }}
\ No newline at end of file
......@@ -34,6 +34,7 @@ spec:
image:
repository: registry1.dsop.io/ironbank/opensource/openpolicyagent/gatekeeper
release: v3.1.2
disableValidatingWebhook: true
valuesFrom:
- name: env-values
......@@ -42,4 +43,7 @@ spec:
- name: env-values
kind: Secret
optional: true
dependsOn:
- name: {{ .Release.Name }}-cert-manager
namespace: {{ .Release.Namespace }}
{{- end }}
\ No newline at end of file
......@@ -18,7 +18,7 @@ istio:
enabled: true
git:
repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/servicemesh.git
branch: charts
branch: chart-release
certmanager:
enabled: true
......@@ -30,7 +30,7 @@ gatekeeper:
enabled: true
git:
repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/policy.git
branch: chart
branch: chart-release
logging:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment