github.com/verrazzano/verrazzano@v1.7.1/platform-operator/thirdparty/charts/rancher/templates/configMap.yaml (about)

     1  apiVersion: v1
     2  kind: ConfigMap
     3  metadata:
     4    name: rancher-config
     5    labels: {{ include "rancher.labels" . | nindent 4 }}
     6      app.kubernetes.io/part-of: "rancher"
     7  data:
     8    priorityClassName:  {{ .Values.priorityClassName }}
     9    {{- if and .Values.webhook (kindIs "string" .Values.webhook) }}
    10    rancher-webhook: {{ .Values.webhook | quote }}
    11    {{- else if .Values.webhook }}
    12    rancher-webhook: {{ toYaml .Values.webhook | quote }}
    13    {{- end }}