fluxcd : adding repo example with some apps
This commit is contained in:
14
fluxcd/repo/templates/app/automations/registry-php-api.yaml
Normal file
14
fluxcd/repo/templates/app/automations/registry-php-api.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: image.toolkit.fluxcd.io/v1beta1
|
||||
kind: ImageRepository
|
||||
metadata:
|
||||
name: ${project_name}
|
||||
labels:
|
||||
type: apps
|
||||
team: ${team}
|
||||
spec:
|
||||
secretRef:
|
||||
name: registry-credentials
|
||||
image: REPLACE_ME
|
||||
interval: 5m0s
|
||||
exclusionList:
|
||||
- "_dev§"
|
||||
Reference in New Issue
Block a user