apiVersion: skaffold/v3 kind: Config metadata: name: mse manifests: kustomize: paths: - base profiles: - name: dev manifests: kustomize: buildArgs: - "--enable-helm" paths: - overlays/dev activation: - command: dev build: cluster: dockerConfig: path: base/secrets/dockerconfig/.dockerconfigjson randomDockerConfigSecret: true randomPullSecret: true tagPolicy: sha256: {} artifacts: - image: reg.cadoles.com/cadoles/airflow context: images/airflow kaniko: dockerfile: Dockerfile cache: {} - image: reg.cadoles.com/cadoles/airflow-init context: images/airflow-init kaniko: dockerfile: Dockerfile cache: {} deploy: statusCheckDeadlineSeconds: 600