| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- apiVersion: external-secrets.io/v1alpha1
- kind: PushSecret
- metadata: {}
- spec:
- data:
- - conversionStrategy: "None"
- match:
- remoteRef:
- property: string
- remoteKey: string
- secretKey: string
- metadata:
- deletionPolicy: "None"
- refreshInterval: "1h0m0s"
- secretStoreRefs:
- - kind: "SecretStore"
- labelSelector:
- matchExpressions:
- - key: string
- operator: string
- values: [] # minItems 0 of type string
- matchLabels: {}
- name: string
- selector:
- generatorRef:
- apiVersion: external-secrets.io/v1alpha1
- kind: "ACRAccessToken" # "ACRAccessToken", "ClusterGenerator", "CloudsmithAccessToken", "ECRAuthorizationToken", "Fake", "GCRAccessToken", "GithubAccessToken", "QuayAccessToken", "Password", "SSHKey", "STSSessionToken", "UUID", "VaultDynamicSecret", "Webhook", "Grafana", "MFA"
- name: string
- secret:
- name: string
- selector:
- matchExpressions:
- - key: string
- operator: string
- values: [] # minItems 0 of type string
- matchLabels: {}
- template:
- data: {}
- engineVersion: "v2"
- mergePolicy: "Replace"
- metadata:
- annotations: {}
- finalizers: [] # minItems 0 of type string
- labels: {}
- templateFrom:
- - configMap:
- items:
- - key: string
- templateAs: "Values"
- name: string
- literal: string
- secret:
- items:
- - key: string
- templateAs: "Values"
- name: string
- target: "Data"
- type: string
- updatePolicy: "Replace"
- status:
- conditions:
- - lastTransitionTime: 2024-10-11T12:48:44Z
- message: string
- reason: string
- status: string
- type: string
- refreshTime: 2024-10-11T12:48:44Z
- syncedPushSecrets: {}
- syncedResourceVersion: string
|