We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2f705 commit 503f219Copy full SHA for 503f219
kubernetes/argocd/argocd-apps/values.yaml
@@ -29,8 +29,6 @@ applicationsets:
29
exclude: true
30
- path: "kubernetes/tools/r*"
31
32
- - path: "kubernetes/tools/s*"
33
- exclude: true
34
- path: "kubernetes/storage/m*"
35
36
- path: "kubernetes/storage/r*"
kubernetes/tools/stirling/values.yaml
@@ -2,10 +2,10 @@ image:
2
repository: "ghcr.io/stirling-tools/s-pdf"
3
tag: "0.41.0@sha256:a570b6f6522d49fbef616e4fef97f7aff35ce046daee16de4e2fa4699a042d33"
4
5
-hostPaths:
6
-- name: data
7
- hostPath: /srv/nvme/container-data/stirling
8
- containerPath: /configs
+volumes:
+ - name: configs
+ storageClass: container-data
+ containerPath: /configs
9
10
ports:
11
- name: main
0 commit comments