modify type
This commit is contained in:
parent
1956053f58
commit
a57d420181
|
@ -1,12 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
annotations:
|
||||
sealedsecrets.bitnami.com/managed: "true"
|
||||
sealedsecrets.bitnami.com/namespace-wide: "true"
|
||||
creationTimestamp: null
|
||||
name: docker-mobility-account-secret
|
||||
namespace: argocd-test
|
||||
type: Opaque
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
.dockerconfigjson: eyJhdXRocyI6eyJnaXQuY29vcGdvLmlvIjp7InVzZXJuYW1lIjoic2xhZmRpbGkiLCJwYXNzd29yZCI6ImRjZmNjMmIwNmM1Zjg2MjRiMTMyYzQxNTc5NDE1MDM5NzBmYjliNSIsImF1dGgiOiJjMnhoWm1ScGJHazZaR05tWTJNeVlqQTJZelZtT0RZeU5HSXhNekpqTkRFMU56azBNVFV3TXprM01HWmlPV0kxIn19fQ==
|
Loading…
Reference in New Issue