view next/skaffold.yaml @ 62:8134cd480817

make next/ a complete standalone setup dir- no deps on ./
author drewp@bigasterisk.com
date Thu, 02 May 2024 20:33:29 -0700
parents 24f4ec319f98
children
line wrap: on
line source

apiVersion: skaffold/v3
kind: Config
metadata:
  name: victoriametrics
manifests:
  rawYaml:
    - roles.yaml
    - build/k8s_config/*.yaml
deploy:
  kubectl: {}