docs: Strip annotation comments

This commit is contained in:
Bernd Schorgers 2023-10-02 15:48:22 +02:00
parent 3c6185a606
commit bf5b623fa6
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
2 changed files with 10 additions and 10 deletions

View file

@ -17,19 +17,19 @@ persistence:
type: configMap
name: my-configMap
advancedMounts:
main: # (1)
main: # (2)
main: # (1)!
main: # (2)!
- path: /data/config.yaml
readOnly: false
subPath: config.yaml
- path: /data/secondConfigFile.yaml
readOnly: false
subPath: secondConfigFile.yaml
second-container: # (3)
second-container: # (3)!
- path: /appdata/config
readOnly: true
second-controller: # (4)
main: # (5)
second-controller: # (4)!
main: # (5)!
- path: /data/config.yaml
readOnly: false
subPath: config.yaml

View file

@ -53,17 +53,17 @@ Explicitly configure mounts for specific controllers and containers.
```yaml
advancedMounts:
main: # (1)
main: # (2)
main: # (1)!
main: # (2)!
- path: /data/config.yaml
readOnly: true
subPath: config.yaml
second-container: # (3)
second-container: # (3)!
- path: /appdata/config
readOnly: true
second-controller: # (4)
main: # (5)
second-controller: # (4)!
main: # (5)!
- path: /data/config.yaml
readOnly: false
subPath: config.yaml