remove obsolete flux manifest and imagepolicy annotations
This commit is contained in:
parent
3a01fe9d6b
commit
9720223487
2 changed files with 2 additions and 29 deletions
|
|
@ -32,7 +32,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
initContainers:
|
||||
- name: migrate
|
||||
image: git.mcintire.me/graham/towerops-web:main-1777403311-23304e1 # {"$imagepolicy": "flux-system:towerops-web"}
|
||||
image: git.mcintire.me/graham/towerops-web:main-1777403311-23304e1
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/app/bin/migrate"]
|
||||
securityContext:
|
||||
|
|
@ -100,7 +100,7 @@ spec:
|
|||
cpu: "500m"
|
||||
containers:
|
||||
- name: towerops
|
||||
image: git.mcintire.me/graham/towerops-web:main-1777403311-23304e1 # {"$imagepolicy": "flux-system:towerops-web"}
|
||||
image: git.mcintire.me/graham/towerops-web:main-1777403311-23304e1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
|
|||
|
|
@ -1,27 +0,0 @@
|
|||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: towerops-web
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://git.mcintire.me/graham/towerops-web.git
|
||||
ref:
|
||||
branch: main
|
||||
secretRef:
|
||||
name: forgejo-git-credentials
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: towerops-app
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 5m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: towerops-web
|
||||
path: ./k8s
|
||||
prune: true
|
||||
targetNamespace: towerops
|
||||
Loading…
Add table
Reference in a new issue