forked from TrueCloudLab/certificates
Flip default for certificate restriction to namespace to false (#60)
This commit is contained in:
parent
6af1e95c5b
commit
3a2ba85126
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ metadata:
|
||||||
data:
|
data:
|
||||||
config.yaml: |
|
config.yaml: |
|
||||||
logFormat: json # or text
|
logFormat: json # or text
|
||||||
restrictCertificatesToNamespace: true
|
restrictCertificatesToNamespace: false
|
||||||
clusterDomain: cluster.local
|
clusterDomain: cluster.local
|
||||||
caUrl: https://ca.step.svc.cluster.local
|
caUrl: https://ca.step.svc.cluster.local
|
||||||
certLifetime: 24h
|
certLifetime: 24h
|
||||||
|
|
Loading…
Reference in a new issue