add authsign block to microk8s playbook (#776)

This commit is contained in:
Ilya Kreymer 2023-05-05 11:32:32 -07:00 committed by GitHub
parent 85c96de883
commit 8aac6ccb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,11 @@ ingress:
tls: true
# optional second-host for signing archives
{% if enable_signing %}
signer:
enabled: true
host: "second-host.{{ domain }}"
host: {{ signing_domain }}
cert_email: {{ cert_email }}
image_pull_policy: "IfNotPresent"
auth_token: {{ signing_authtoken }}
{% endif %}