Skip to content

Commit

Permalink
Edit example with a path for a configuration #45
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 committed Feb 27, 2024
1 parent f846d04 commit 6577c14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/configtest/k8s_v1_blueprint_add_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
"postgresql": {
"config": {
"present": {
"key1": "value1",
"key1/path/test": "value1",
"key2": "value2"
}
},
Expand Down
4 changes: 2 additions & 2 deletions samples/configtest/k8s_v1_blueprint_remove_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ spec:
"postgresql": {
"config": {
"present": {
"key1": "value1"
"key2": "value2"
},
"absent": ["key2"]
"absent": ["key1/path/test"]
},
"sensitiveConfig": {
"present": {
Expand Down

0 comments on commit 6577c14

Please sign in to comment.