Skip to content

Commit

Permalink
add support for other namespaces (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax authored Mar 8, 2024
1 parent 963ba48 commit f7426f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/appset-secret-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainers:
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

version: 0.6.0
version: 0.6.1

# renovate: image=jessebot/argocd-appset-secret-plugin
appVersion: "v0.4.0"
4 changes: 2 additions & 2 deletions charts/appset-secret-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# appset-secret-plugin

![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square)
![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square)

A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets

Expand Down Expand Up @@ -42,4 +42,4 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion charts/appset-secret-plugin/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Defining the token and base url values for the configmap
{{- end }}

{{- define "argocd-appset-secret-plugin.baseUrl" -}}
{{- printf "http://%s.argocd.svc.cluster.local" (include "argocd-appset-secret-plugin.fullname" .) }}
{{- printf "http://%s.%s.svc.cluster.local" (include "argocd-appset-secret-plugin.fullname" .) .Release.Namespace }}
{{- end }}

{{/*
Expand Down

0 comments on commit f7426f9

Please sign in to comment.