Skip to content

Commit

Permalink
make a values file with some of the "extra" bits for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerRick committed Dec 13, 2024
1 parent 984ded2 commit f26bc1a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions charts/netbox/ci/extras-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
extraConfig:
- values:
DUNGEON: synth
QUEEN: "will rock you"
- configMap:
name: extraconfig-cm
items: []
optional: true
- secret:
name: extraconfig-secret
secretName: "not so secret"
- volumes:
- name: extraconfig-volume
emptyDir:
medium: Memory
sizeLimit: 2Mi

extraVolumes:
- name: test-volume
emptyDir:
medium: Memory
sizeLimit: 2Mi
extraVolumeMounts:
- name: test
mountPath: /mnt/test
readOnly: false
podLabels:
mylabel: "rules!"
podAnnotations:
myannotation: "sucks"

0 comments on commit f26bc1a

Please sign in to comment.