You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ist it possible to set a label on a secret ressource?
e.g.
apiVersion: spv.no/v1alpha1
kind: AzureKeyVaultSecret
metadata:
name: < name for azure key vault secret>
namespace: <namespace for azure key vault secret>
spec:
vault:
name: <name of azure key vault>
object:
name: <name of azure key vault object to sync>
type: <object type in azure key vault to sync>
version: <optional - version of object to sync>
contentType: <only used when type is the special multi-key-value-secret - either application/x-json or application/x-yaml>
output: # ignored by env injector, required by controller to output kubernetes secret
secret:
name: <name of the kubernetes secret to create>
label: mylabel
dataKey: <required when type is opaque - name of the kubernetes secret data key to assign value to - ignored for all other types>
type: <optional - kubernetes secret type - defaults to opaque>
´´´
The text was updated successfully, but these errors were encountered:
Hi,
ist it possible to set a label on a secret ressource?
e.g.
The text was updated successfully, but these errors were encountered: