Skip to content
Snippets Groups Projects
Commit c5463e45 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

use fullname instead of .Release.Name for AllowedHosts name

parent 6a57e0ed
No related branches found
No related tags found
No related merge requests found
Pipeline #7250 passed with stages
in 37 seconds
apiVersion: constraints.gatekeeper.sh/v1beta1
kind: AllowedHosts
metadata:
name: {{ .Release.Name }}
name: {{ include "allowed-hosts.fullname" . }}
labels:
{{- include "allowed-hosts.labels" . | nindent 4 }}
spec:
......
nameOverride: ''
fullnameOverride: ''
allowedDomains: []
# - "*.example.com"
# - "example.com"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment