Skip to content

Commit

Permalink
Merge pull request #153 from codeprefect/master
Browse files Browse the repository at this point in the history
samples: fixed indentation bug in registration_authority sample
  • Loading branch information
hslatman authored Oct 3, 2023
2 parents cfa4eec + 5233742 commit b55121e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions step-certificates/examples/registration_authority/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ inject:
ca-url: https://your-ca-name.your-org.ca.smallstep.com
fingerprint: your-ca-fingerprint-here
redirect-url: ''
enabled: true
secrets:
certificate_issuer:
enabled: true
password: your-base-64-encoded-key-password
ssh:
enabled: false
x509:
enabled: false
enabled: true
secrets:
certificate_issuer:
enabled: true
password: your-base-64-encoded-key-password
ssh:
enabled: false
x509:
enabled: false
service:
nodePort: 32400
port: 443
Expand Down

0 comments on commit b55121e

Please sign in to comment.