Skip to content

Commit

Permalink
salt: Add kubeconfig expiration reactor cfg
Browse files Browse the repository at this point in the history
Set up the configuration in salt master cfg
for the kubeconfig expiration reactor.

Refs: #1887
  • Loading branch information
alexandre-allard committed Dec 15, 2020
1 parent f270a77 commit 396c331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/metalk8s/salt/master/files/master-99-metalk8s.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ kubernetes.context: {{ kubecontext }}
reactor:
- 'salt/beacon/*/metalk8s_watch_certificates_expiry/':
- salt://metalk8s/reactor/certs/renew.sls?saltenv={{ saltenv }}
- 'salt/beacon/*/metalk8s_watch_kubeconfig_expiry/':
- salt://metalk8s/reactor/certs/renew.sls?saltenv={{ saltenv }}

0 comments on commit 396c331

Please sign in to comment.