Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed May 2, 2020
1 parent 3430351 commit 28712c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: kind
uses: engineerd/[email protected]
with:
version: v0.8.1
version: v0.7.0
config: hack/kubernetes/kind.yaml
image: kindest/node:${{ matrix.k8s }}

Expand Down
6 changes: 3 additions & 3 deletions charts/stash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ operator:
# Operator container image tag
tag: v0.9.0-rc.6
# Compute Resources required by the operator container
resources: # +doc-gen:break
resources: # +doc-gen:break
requests:
cpu: "100m"
# Security options the operator container should run with
Expand Down Expand Up @@ -81,7 +81,7 @@ annotations: {}
podAnnotations: {}

# Node labels for pod assignment
nodeSelector: # +doc-gen:break
nodeSelector: # +doc-gen:break
beta.kubernetes.io/os: linux
beta.kubernetes.io/arch: amd64

Expand All @@ -92,7 +92,7 @@ tolerations: []
affinity: {}

# Security options the operator pod should run with.
podSecurityContext: # +doc-gen:break
podSecurityContext: # +doc-gen:break
fsGroup: 65535

serviceAccount:
Expand Down

0 comments on commit 28712c3

Please sign in to comment.