Skip to content

Commit

Permalink
feat: cleanup install.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Aug 6, 2023
1 parent 3679a44 commit 776f1ee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions configs/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,18 @@ spec:
securityContext:
runAsNonRoot: true
containers:
- image: ghcr.io/vishal-chdhry/kyverno-notation-aws:attestations-rc13-1
- image: ghcr.io/vishal-chdhry/kyverno-notation-aws:test
imagePullPolicy: Always
name: kyverno-notation-aws
args:
# NOTATION DEBUGGING
- --debug
- --cacheEnabled=true

# CACHING
- --cacheEnabled
- --cacheMaxSize=1000
- --cacheTTLDuration=3600

# USE IF IRSA IS NOT CONFIGURED
# - --imagePullSecrets=regcred
resources:
Expand Down

0 comments on commit 776f1ee

Please sign in to comment.