Skip to content

Commit

Permalink
fix: remove kubernetes api server url
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 5, 2023
1 parent 9229336 commit 8d3eb2b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions chart/templates/post-install/app_of_apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ spec:
skipCrds: false
valueFiles:
{{- toYaml $cv.aoa.values | nindent 8 }}
values: |
destination: {{ $cv.kubernetesApiServer }}
destination:
server: https://kubernetes.default.svc
namespace: {{ $.Release.Namespace }}
Expand Down
25 changes: 0 additions & 25 deletions chart/templates/post-install/cluster_secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,30 +95,5 @@ spec:
remoteRef:
key: "{{ $cv.remoteSecretName }}"
---
apiVersion: external-secrets.io/v1beta1
kind: SecretStore
metadata:
name: {{ $lk }}-{{ $ck }}
annotations:
{{- include "sulfoxide-helium.annotations" $ | nindent 4 }}
"helm.sh/hook": post-install, post-upgrade
"helm.sh/hook-weight": "2"
labels:
{{- include "sulfoxide-helium.labels" $ | nindent 4 }}
spec:
provider:
kubernetes:
server:
url: "{{ $cv.kubernetesApiServer }}"
caProvider:
type: Secret
name: "{{ $lk }}-{{ $ck }}-cluster-secret-ca-crt"
key: ca.crt
auth:
token:
bearerToken:
name: "{{ $lk }}-{{ $ck }}-cluster-secret-bearer-token"
key: "BEARER_TOKEN"
---
{{- end }}
{{- end }}
1 change: 0 additions & 1 deletion chart/values.suicune.opal-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ connector:
opal:
refreshInterval: 1h
remoteSecretName: ENTEI_OPAL_KUBECONFIG
kubernetesApiServer: https://7c18dd8b-3d7a-43da-9ad6-b38c615781b0.k8s.ondigitalocean.com
aoa:
enable: true
repo: https://github.com/AtomiCloud/sulfoxide.carbon
Expand Down

0 comments on commit 8d3eb2b

Please sign in to comment.