mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
...from submariner-operator in lieu of using Go embed functionality. The charts project needs to obtain the RBAC and CRD yaml files from the submariner, submariner-operator and mcs-api projects. To achieve this, define a simple Go file that statically references the packages containing the desired embed.go and yaml files. The generate-yamls.sh script uses 'go mod' commands to create the go.mod file and vendor directory, which also downloads the yaml files. Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
.dapper
|
|
.idea
|
|
.shflags
|
|
*.tgz
|
|
Makefile.dapper
|
|
Makefile.shipyard
|
|
Dockerfile.*
|
|
helm_repo
|
|
yamls/go.mod
|
|
yamls/go.sum
|
|
yamls/vendor
|
|
submariner-k8s-broker/crds/crd.yaml
|
|
submariner-k8s-broker/templates/_role.tpl
|
|
submariner-operator/crds/crd.yaml
|
|
submariner-operator/templates/*-rbac.yaml
|