{"id":19096577,"url":"https://github.com/sapcc/kustomize-plugins","last_synced_at":"2025-06-22T00:07:19.975Z","repository":{"id":41954504,"uuid":"251599115","full_name":"sapcc/kustomize-plugins","owner":"sapcc","description":"Collection of kustomize plugins","archived":false,"fork":false,"pushed_at":"2023-12-15T05:42:21.000Z","size":38,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-04-30T14:17:29.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sapcc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-31T12:40:43.000Z","updated_at":"2024-04-07T06:04:22.000Z","dependencies_parsed_at":"2023-12-15T06:49:49.961Z","dependency_job_id":null,"html_url":"https://github.com/sapcc/kustomize-plugins","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"9dbd56b4a2a25985cdabb656239a009870eed9dd"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/sapcc/kustomize-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fkustomize-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fkustomize-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fkustomize-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fkustomize-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sapcc","download_url":"https://codeload.github.com/sapcc/kustomize-plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapcc%2Fkustomize-plugins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261212503,"owners_count":23125584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T03:37:08.276Z","updated_at":"2025-06-22T00:07:14.949Z","avatar_url":"https://github.com/sapcc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kustomize plugins\n\nCollection of external plugins to extend [Kustomize](https://kustomize.io). Read more about [Kustomize Plugins](https://github.com/kubernetes-sigs/kustomize/tree/master/docs/plugins).\n\n## Installation\n\nCreate a folder for external plugins, copy the entire `sapcc` directory and populate it via `KUSTOMIZE_PLUGIN_HOME=$pathToFolder` environment variable.  \n\n```bash\n# Ensure home for Kustomize plugins exists.\nexport KUSTOMIZE_PLUGIN_HOME=~/.kustomize/plugin \u0026\u0026 mkdir -p $KUSTOMIZE_PLUGIN_HOME\n\n# Get the plugins.\nwget -qO- https://github.com/sapcc/kustomize-plugins/releases/download/$VERSION/kustomize-plugins_$VERSION_$OSTYPE_amd64.tar.gz | tar xvz - -C $KUSTOMIZE_PLUGIN_HOME\n```\n\nAs of 03/2020 Kustomize external plugins are an alpha feature, so build needs to be invoked with the `--enable_alpha_plugins` flag.\n\n## List of plugins\n\n### ValueTransformer\n\nReplaces variables used in resources incl. Kubernetes Secrets.  \n\nExample:\n\nThe ValueTransformer \n```\napiVersion: sapcc/v2\nkind: ValueTransformer\nmetadata:\n  name: notImportant\n\n# Provide mapping via external file.\nargsFromFile: cluster.yaml\n\n# Provide mapping via values. Might supersede values from file.\nvalues:\n    REGION: qa-de-1\n    CLUSTER: s-qa-de-1\n```\nwith the `cluster.yaml` file containing multiple replacements\n```\nREGION: qa-de-1\nCLUSTER: s-qa-de-1\n```\n\nwill replace every occurence of `$REGION` and `$CLUSTER` in the given resources.\n\n### SecretsMerger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapcc%2Fkustomize-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapcc%2Fkustomize-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapcc%2Fkustomize-plugins/lists"}