Skip to content

Commit

Permalink
corretta conf
Browse files Browse the repository at this point in the history
  • Loading branch information
marmila committed Jan 8, 2024
1 parent e738e33 commit c444c19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ spec:
target:
name: ionos-secret
data:
- secretKey: 156db4ef856a4df69ab4358393e6b344
- secretKey: IONOS_PUBLIC_PREFIX
remoteRef:
key: certmanager/ionos
property: public_prefix
conversionStrategy: Default # ArgoCD sync issue
decodingStrategy: None # ArgoCD sync issue
- secretKey: ymjvvRazlbO9rSf87OrR46jPGw_iM05bJocdCBlg2VJI9vjx3ErUl6h9A_IkMgOkl8LFQ549aeDWkb619UgQ7w
- secretKey: IONOS_SECRET
remoteRef:
key: certmanager/ionos
property: secret
Expand Down
4 changes: 2 additions & 2 deletions argocd/system/cert-manager/templates/ionos-issuer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ spec:
config:
apiUrl: https://api.hosting.ionos.com/dns/v1
publicKeySecretRef:
key: 156db4ef856a4df69ab4358393e6b344
key: IONOS_PUBLIC_PREFIX
name: ionos-secret
secretKeySecretRef:
key: ymjvvRazlbO9rSf87OrR46jPGw_iM05bJocdCBlg2VJI9vjx3ErUl6h9A_IkMgOkl8LFQ549aeDWkb619UgQ7w
key: IONOS_SECRET
name: ionos-secret
{{- end -}}
{{- end -}}

0 comments on commit c444c19

Please sign in to comment.