We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When converting this
apiVersion: v1 kind: Secret metadata: labels: k8s-app: kubernetes-dashboard name: kubernetes-dashboard-csrf namespace: kubernetes-dashboard type: Opaque data: csrf: ""
The result does not contain the data.csrf field, while it should exist and be an empty value.