Skip to content

Commit

Permalink
Update to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dschniepp committed May 11, 2020
1 parent db2f06c commit 12dd021
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2020-05-11
### Changed
- Bug fix for `sealit init`
- Update of `.sealit.yaml`

## [0.2.0] - 2020-05-10
### Added
- CHANGELOG.md
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ sealing_rules:
path: cert.pem
controller:
context: KubeContextName
name: secret-controller
namespace: sealed-secret-namespace
name: sealed-secrets
namespace: kube-system
maxAge: 720h0m0s
```
Expand Down Expand Up @@ -103,8 +103,8 @@ sealing_rules:
...
controller:
context: KubeContextName
name: secret-controller
namespace: sealed-secret-namespace
name: sealed-secrets
namespace: kube-system
maxAge: 720h0m0s
```

Expand Down
4 changes: 2 additions & 2 deletions internal/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ func ExampleConfig() Config {
Path: "cert.pem",
Controller: SealedSecretController{
Context: "KubeContextName",
Name: "secret-controller",
Namespace: "sealed-secret-namespace",
Name: "sealed-secrets",
Namespace: "kube-system",
},
MaxAge: d,
},
Expand Down

0 comments on commit 12dd021

Please sign in to comment.