GoogleCloudPlatform / marketplace-k8s-app-example

Apache License 2.0
23 stars 19 forks source link

Fix wordpress schema indentation in version 1.1.1 #147

Closed eshiroma closed 3 years ago

eshiroma commented 3 years ago

Previous schema had non-standard spacing after rules, which caused issues with autoformatting and test data:

          rules:
            - apiGroups:
              - apiextensions.k8s.io
              resources:
              - customresourcedefinitions
              verbs:
              - '*'`

/gcbrun