terraform.yaml 558 B

123456789101112131415161718192021222324
  1. apiVersion: infra.contrib.fluxcd.io/v1alpha1
  2. kind: Terraform
  3. metadata:
  4. name: tf-harbor
  5. spec:
  6. storeReadablePlan: human
  7. path: dotfiles/maintenance/harbor
  8. interval: 1m
  9. sourceRef:
  10. kind: GitRepository
  11. name: flux-system
  12. namespace: flux-system
  13. runnerPodTemplate:
  14. spec:
  15. volumes:
  16. - name: terraform-configuration
  17. configMap:
  18. name: terraform-configuration
  19. volumeMounts:
  20. - name: terraform-configuration
  21. mountPath: /home/runner/.terraformrc
  22. subPath: .terraformrc
  23. readOnly: true