init
This commit is contained in:
		
							
								
								
									
										11
									
								
								clusters/cl01tl/services/tailscale-operator/Chart.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								clusters/cl01tl/services/tailscale-operator/Chart.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| apiVersion: v2 | ||||
| name: tailscale-operator | ||||
| version: 1.0.0 | ||||
| sources: | ||||
|   - https://github.com/tailscale/tailscale/tree/main/cmd/k8s-operator/deploy | ||||
|   - https://github.com/tailscale/tailscale/tree/main/cmd/k8s-operator/deploy/chart | ||||
| dependencies: | ||||
|   - name: tailscale-operator | ||||
|     version: 1.66.3 | ||||
|     repository: https://pkgs.tailscale.com/helmcharts | ||||
| appVersion: v1.64.2 | ||||
| @@ -0,0 +1,30 @@ | ||||
| apiVersion: external-secrets.io/v1beta1 | ||||
| kind: ExternalSecret | ||||
| metadata: | ||||
|   name: operator-oauth | ||||
|   namespace: {{ .Release.Namespace }} | ||||
|   labels: | ||||
|     app.kubernetes.io/name: operator-oauth | ||||
|     app.kubernetes.io/instance: {{ .Release.Name }} | ||||
|     app.kubernetes.io/version: {{ .Chart.AppVersion }} | ||||
|     app.kubernetes.io/component: web | ||||
|     app.kubernetes.io/part-of: {{ .Release.Name }} | ||||
| spec: | ||||
|   secretStoreRef: | ||||
|     kind: ClusterSecretStore | ||||
|     name: vault | ||||
|   data: | ||||
|     - secretKey: client_id | ||||
|       remoteRef: | ||||
|         conversionStrategy: Default | ||||
|         decodingStrategy: None | ||||
|         key: /tailscale/operator/oauth | ||||
|         metadataPolicy: None | ||||
|         property: clientId | ||||
|     - secretKey: client_secret | ||||
|       remoteRef: | ||||
|         conversionStrategy: Default | ||||
|         decodingStrategy: None | ||||
|         key: /tailscale/operator/oauth | ||||
|         metadataPolicy: None | ||||
|         property: clientSecret | ||||
							
								
								
									
										22
									
								
								clusters/cl01tl/services/tailscale-operator/values.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								clusters/cl01tl/services/tailscale-operator/values.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| tailscale-operator: | ||||
|   oauth: {} | ||||
|   installCRDs: true | ||||
|   operatorConfig: | ||||
|     defaultTags: | ||||
|       - "tag:k8s-operator" | ||||
|     image: | ||||
|       repo: tailscale/k8s-operator | ||||
|       tag: v1.64.2 | ||||
|       pullPolicy: Always | ||||
|     logging: info | ||||
|     hostname: tailscale-operator-cl01tl | ||||
|     nodeSelector: | ||||
|       kubernetes.io/os: linux | ||||
|   proxyConfig: | ||||
|     image: | ||||
|       repo: tailscale/tailscale | ||||
|       tag: v1.64.2 | ||||
|     defaultTags: "tag:k8s" | ||||
|     firewallMode: auto | ||||
|   apiServerProxyConfig: | ||||
|     mode: "false" | ||||
		Reference in New Issue
	
	Block a user