DoD-Platform-One / template

Big Bang template for configuring customer's deployment environments
https://repo1.dso.mil/big-bang/customers/template
Apache License 2.0
0 stars 5 forks source link

MalformedYAMLError: yaml: line 3 #10

Closed p1-bot-repo-sync[bot] closed 1 month ago

p1-bot-repo-sync[bot] commented 1 month ago

I followed all of the steps to deploy bigbang. However, I am running into issues with kustomization. When I try to run "kustomize build" inside the base/ folder, I get the following error:

Error: accumulating resources: accumulating resources from 'https://repo1.dso.mil/platform-one/big-bang/bigbang.git/base?ref=2.33.0': MalformedYAMLError: yaml: line 3: mapping values are not allowed in this context in File: https://repo1.dso.mil/platform-one/big-bang/bigbang.git/base?ref=2.33.0

my kustomization file:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

configMapGenerator:
  - behavior: merge
    name: common
    files:
      - values.yaml=configmap.yaml

resources:
  - https://repo1.dso.mil/platform-one/big-bang/bigbang.git/base?ref=2.33.0

patches:
  - patch: secrets.enc.yaml
p1-bot-repo-sync[bot] commented 1 month ago

Issue 'MalformedYAMLError: yaml: line 3' closed from GitLab side

p1-bot-repo-sync[bot] commented 1 month ago

matt.vasquez commented:

@capgainschristian this has now been fixed and merged into main. Issue was a typo within ./base/kustomization.yaml for - patch to - path.

We are also now actively maintaining the Big Bang Customer Template so we will have better turnaround in terms of working issues and improving the Big Bang Customer Template..