{{- if .Values.iap.enabled }} apiVersion: cloud.google.com/v1beta1 kind: BackendConfig metadata: name: {{ template "cockroachdb.fullname" . }} namespace: {{ .Release.Namespace | quote }} labels: helm.sh/chart: {{ template "cockroachdb.chart" . }} app.kubernetes.io/name: {{ template "cockroachdb.name" . }} app.kubernetes.io/instance: {{ .Release.Name | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} {{- with .Values.labels }} {{- toYaml . | nindent 4 }} {{- end }} spec: iap: enabled: true oauthclientCredentials: secretName: {{ template "cockroachdb.fullname" . }}.iap timeoutSec: 120 {{- end }}