mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-03 07:05:50 +02:00
7 lines
196 B
YAML
7 lines
196 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ include "cert-manager-ibm-cis-webhook.fullname" . }}-ibmcis-credentials
|
|
type: Opaque
|
|
stringData:
|
|
api-token: {{ .Values.ibmCloudApiKey | quote }}
|