Skip to content

Commit

Permalink
Merge pull request #34 from w3f/namespace-secret
Browse files Browse the repository at this point in the history
remove explicit references to namespacecs, to be handled by helm
  • Loading branch information
ironoa authored Dec 4, 2020
2 parents 0d637cc + 787960d commit 6ff658f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/polkadot-base-services/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Base services for Polkadot Node chart.
name: polkadot-base-services
version: v0.33.3
version: v0.34.0
apiVersion: v2
2 changes: 1 addition & 1 deletion charts/polkadot-secrets/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Polkadot secrets
name: polkadot-secrets
version: v0.33.3
version: v0.34.0
apiVersion: v2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: v1
kind: Secret
metadata:
name: cloudflare-credentials
namespace: {{ .Values.cloudflareSecret.namespace }}
data:
api-key: {{ .Values.cloudflareSecret.apiKey | b64enc }}
{{ end }}
1 change: 0 additions & 1 deletion charts/polkadot-secrets/templates/secret-grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: v1
kind: Secret
metadata:
name: grafanacred
namespace: default
type: Opaque
data:
admin-user: {{ .Values.grafanaSecret.user | b64enc }}
Expand Down
1 change: 0 additions & 1 deletion charts/polkadot-secrets/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cloudflareSecret:
create: true
apiKey: "my_cloudflare_api_key"
namespace: "cert-manager"

grafanaSecret:
create: true
Expand Down
2 changes: 1 addition & 1 deletion charts/polkadot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Polkadot Node chart.
name: polkadot
version: v0.33.3
version: v0.34.0
apiVersion: v2

0 comments on commit 6ff658f

Please sign in to comment.