Skip to content

Commit b97a8de

Browse files
committedJan 20, 2025
feat(kubernetes): big changes (buroa#3339)
1 parent 71c7991 commit b97a8de

File tree

83 files changed

+400
-681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+400
-681
lines changed
 

‎.taskfiles/volsync/Taskfile.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ tasks:
3737
snapshot:
3838
desc: Snapshot an app [NS=default] [APP=required]
3939
cmds:
40-
- kubectl patch clusterpolicy volsync --type merge -p '{"spec":{"useServerSideApply":true}}'
4140
- kubectl --namespace {{.NS}} patch replicationsources {{.APP}} --type merge -p '{"spec":{"trigger":{"manual":"{{now | unixEpoch}}"}}}'
4241
- until kubectl --namespace {{.NS}} get job/{{.JOB}} &>/dev/null; do sleep 5; done
4342
- kubectl --namespace {{.NS}} wait job/{{.JOB}} --for=condition=complete --timeout=120m
44-
- kubectl patch clusterpolicy volsync --type merge -p '{"spec":{"useServerSideApply":null}}'
4543
vars:
4644
NS: '{{.NS | default "default"}}'
4745
JOB: volsync-src-{{.APP}}

‎kubernetes/apps/actions-runner-system/kustomization.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ kind: Kustomization
44
resources:
55
- ./namespace.yaml
66
- ./actions-runner-controller/ks.yaml
7+
components:
8+
- ../../flux/components/alerts
9+
transformers:
10+
- |-
11+
apiVersion: builtin
12+
kind: NamespaceTransformer
13+
metadata:
14+
name: not-used
15+
namespace: actions-runner-system
16+
unsetOnly: true

0 commit comments

Comments
 (0)
Please sign in to comment.