12 lines
235 B
YAML
12 lines
235 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
|
|
images:
|
|
- name: image_name
|
|
newName: gitea.scubbo.org/scubbo/blogcontent
|
|
newTag: 056ae9d05845107eff416d7741bd0143159002a7
|