Skip to content

Commit

Permalink
fix(admission): Fix admission controller yaml for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Mar 7, 2024
1 parent d6299b4 commit b20ba50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions docs/deployment/azure/falconadmission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ spec:
cloud_region: autodiscover
registry:
type: acr
acr_name: PLEASE_FILL_IN
injector:
azureConfigPath: "/etc/kubernetes/azure.json"
5 changes: 0 additions & 5 deletions docs/src/deployment/falconadmission.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ spec:
cloud_region: autodiscover
registry:
type: {{ get $registry .Distro }}
{{- if eq .Distro "azure" }}
acr_name: PLEASE_FILL_IN
injector:
azureConfigPath: "/etc/kubernetes/azure.json"
{{- end }}
{{- if eq .Distro "openshift" }}
tls:
insecure_skip_verify: false
Expand Down

0 comments on commit b20ba50

Please sign in to comment.