forked from roger/k3s-cluster
Compare commits
1 Commits
aab38aa67b
...
fix-myorg-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b35442b5a |
@@ -22,9 +22,3 @@ spec:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
ignoreDifferences:
|
||||
- group: argoproj.io
|
||||
kind: Application
|
||||
jsonPointers:
|
||||
- /status
|
||||
- /operation
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
containers:
|
||||
- name: deadline-checker
|
||||
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- python
|
||||
- run_job.py
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
containers:
|
||||
- name: evening-summary
|
||||
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- python
|
||||
- run_job.py
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
containers:
|
||||
- name: git-sync
|
||||
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- python
|
||||
- run_job.py
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
containers:
|
||||
- name: morning-briefing
|
||||
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- python
|
||||
- run_job.py
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
containers:
|
||||
- name: waiting-followup
|
||||
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- python
|
||||
- run_job.py
|
||||
|
||||
Reference in New Issue
Block a user