Skip to content

Commit

Permalink
Merge pull request #3 from 1Password/update-defaults
Browse files Browse the repository at this point in the history
Update default values in values.yaml
  • Loading branch information
jillianwilson authored Jan 27, 2021
2 parents 4c5ec31 + c6cd792 commit fe954a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ connect:
name: shared-data
type: emptyDir
values: {}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
version: "0.3"

namespace: default

operator:
create: true
autoRestart: true
create: false
autoRestart: false
applicationName: onepassword-connect-operator
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
imageRepository: 1password/onepassword-operator
pollingInterval: 10
tokenName: onepassword-token
Expand All @@ -33,16 +33,16 @@ operator:
- "default"

serviceAccount:
create: true
create: false
annotations: {}
name: onepassword-connect-operator

roleBinding:
create: true
create: false
name: onepassword-connect-operator

clusterRole:
create: true
create: false
name: onepassword-connect-operator

service:
Expand Down

0 comments on commit fe954a2

Please sign in to comment.