mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 14:55:49 +02:00
7 lines
140 B
YAML
7 lines
140 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: ibmcis-credentials
|
|
type: Opaque
|
|
stringData:
|
|
api-token: {{ .Values.ibmCloudApiKey | quote }}
|