Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Adding securityContext options at the pod and container level. #494

Merged
merged 3 commits into from
Jul 31, 2020

Conversation

swade1987
Copy link
Member

Allowing the configuration of SecurityContext at the pod and individual container levels.

@saada
Copy link
Contributor

saada commented Jul 29, 2020

The tests seem to be failing.
# Error: Error: Reading chart 'helm-operator' default values (# Default values for helm-operator.
Not sure why...

@saada
Copy link
Contributor

saada commented Jul 29, 2020

# ): error converting YAML to JSON: yaml: line 243: did not find expected key

@saada
Copy link
Contributor

saada commented Jul 29, 2020

containerSecurityContext: {}
  helmOperator: {}
  tiller: {}

needs to be change to

containerSecurityContext:
  helmOperator: {}
  tiller: {}

chart/helm-operator/templates/deployment.yaml Outdated Show resolved Hide resolved
chart/helm-operator/templates/deployment.yaml Outdated Show resolved Hide resolved
chart/helm-operator/templates/deployment.yaml Outdated Show resolved Hide resolved
chart/helm-operator/values.yaml Outdated Show resolved Hide resolved
@saada
Copy link
Contributor

saada commented Jul 29, 2020

Thanks for contributing! Just a few pointers to get these tests passing

@saada
Copy link
Contributor

saada commented Jul 30, 2020

@hiddeco can we rerun tests?

@hiddeco
Copy link
Member

hiddeco commented Jul 30, 2020

Rebasing and force-pushing will trigger a new build while also getting rid of the Merge branch 'master' into master commit.

@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.2.0"
version: 1.1.0
version: 1.1.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: we do not bump versions on changes, but bump it on release.

Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @swade1987 🌷

@hiddeco hiddeco merged commit 8725792 into fluxcd:master Jul 31, 2020
@hiddeco hiddeco added the chart Related to the Helm chart label Jul 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chart Related to the Helm chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants