1f060541c3
Simplify playbook_microk8s.yml by removing duplicate lines and whitespace changes. Update ansible-apply.yaml to include a scheduled job for Terraform Apply.
13 lines
233 B
Django/Jinja
13 lines
233 B
Django/Jinja
---
|
|
apiVersion: apiserver.config.k8s.io/v1
|
|
kind: EncryptionConfiguration
|
|
resources:
|
|
- resources:
|
|
- secrets
|
|
providers:
|
|
- aescbc:
|
|
keys:
|
|
- name: k8s-crypto
|
|
secret: {{ secret }}
|
|
- identity: {}
|