Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

fix containerSecurityContext intendation #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alxndr13
Copy link

@alxndr13 alxndr13 commented Dec 8, 2021

When setting a containerSecurityContext such as:

containerSecurityContext:
  allowPrivilegeEscalation: false
  fsGroup: 7474

the indentation is 10 chars too wide, as a result the chart wont render properly.

Error: YAML parse error on neo4j/templates/core-statefulset.yaml: error converting YAML to JSON: yaml: line 36: did not find expected key

When setting a containerSecurityContext such as: 
```
containerSecurityContext:
  allowPrivilegeEscalation: false
  fsGroup: 7474
```
the indentation is 10 chars too wide, as a result the chart wont render properly.

```bash
Error: YAML parse error on neo4j/templates/core-statefulset.yaml: error converting YAML to JSON: yaml: line 36: did not find expected key
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant