Skip to content

Commit

Permalink
Unlint chart values for PR readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanstoner committed Oct 17, 2024
1 parent fbdb54e commit 9bfea53
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/openshift-console-plugin/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
plugin:
name: ''
description: ''
image: ''
name: ""
description: ""
image: ""
imagePullPolicy: IfNotPresent
replicas: 2
port: 9443
Expand All @@ -24,19 +24,19 @@ plugin:
cpu: 10m
memory: 50Mi
basePath: /
certificateSecretName: ''
certificateSecretName: ""
serviceAccount:
create: true
annotations: {}
name: ''
name: ""
patcherServiceAccount:
create: true
annotations: {}
name: ''
name: ""
jobs:
patchConsoles:
enabled: true
image: 'registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e44074f21e0cca6464e50cb6ff934747e0bd11162ea01d522433a1a1ae116103'
image: "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e44074f21e0cca6464e50cb6ff934747e0bd11162ea01d522433a1a1ae116103"
podSecurityContext:
enabled: true
runAsNonRoot: true
Expand Down

0 comments on commit 9bfea53

Please sign in to comment.