diff --git a/kustomization.yaml b/kustomization.yaml index 52f3adf..3e06ba0 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - deployment.yaml - - service.yaml +- deployment.yaml +- service.yaml images: - - name: image_name - newName: gitea.scubbo.org/scubbo/blogcontent - newTag: 589aa1e202eec23c3dc2cceebd827385423a5d2d +- name: image_name + newName: gitea.scubbo.org/scubbo/blogcontent + newTag: fd5f5a1136bbb1cce339a165dce14641d2cfc15c diff --git a/kustomize b/kustomize new file mode 100755 index 0000000..89875c0 Binary files /dev/null and b/kustomize differ