--- apiVersion: 1.0.0 metadata: name: gitops-workshop projects: - name: gitops-workshop source: type: git location: "https://github.com/darthlukan/gitops-workshop.git" components: - type: dockerimage image: "quay.io/btomlins/gitops-workshop:latest" alias: workshop-env memoryLimit: 512Mi mountSources: true command: ['sleep', 'infinity'] env: - name: HOME value: /projects ...