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
{{ message }}
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
Assuming we already have information in our CRD we can pass it to the Helm Values.
Example:
spec:
# (...)
collectionId: some-name
gpgKeySecretRef:
email: [email protected]
vars: |
# (...)
Repository:
url: "http://my-example.org"
token: "xxxxxx-yyyy-zzzz" # Is ignored and overwritten if using .spec.tokenSecretRef
passphrase: "riotkit"
# NOTICE: those two are duplicated, values from .spec.collectionId and .spec.gpgKeySecretRef.email can be inserted there
recipient: "[email protected]"
collectionId: some-name
The text was updated successfully, but these errors were encountered:
Assuming we already have information in our CRD we can pass it to the Helm Values.
Example:
The text was updated successfully, but these errors were encountered: