<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Azure_aks_secret_provider</id>
	<title>Azure aks secret provider - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Azure_aks_secret_provider"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Azure_aks_secret_provider&amp;action=history"/>
	<updated>2026-04-24T06:25:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Azure_aks_secret_provider&amp;diff=5611&amp;oldid=prev</id>
		<title>Busk: Created page with &quot; aks-secret-provider-mnt.yaml ``` apiVersion: apps/v1 kind: Deployment metadata:   name: secret-mount spec:   replicas: 1   selector:     matchLabels:       app: secret-mount...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Azure_aks_secret_provider&amp;diff=5611&amp;oldid=prev"/>
		<updated>2025-07-29T17:27:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; aks-secret-provider-mnt.yaml ``` apiVersion: apps/v1 kind: Deployment metadata:   name: secret-mount spec:   replicas: 1   selector:     matchLabels:       app: secret-mount...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
aks-secret-provider-mnt.yaml&lt;br /&gt;
```&lt;br /&gt;
apiVersion: apps/v1&lt;br /&gt;
kind: Deployment&lt;br /&gt;
metadata:&lt;br /&gt;
  name: secret-mount&lt;br /&gt;
spec:&lt;br /&gt;
  replicas: 1&lt;br /&gt;
  selector:&lt;br /&gt;
    matchLabels:&lt;br /&gt;
      app: secret-mount&lt;br /&gt;
  template:&lt;br /&gt;
    metadata:&lt;br /&gt;
      labels:&lt;br /&gt;
        app: secret-mount&lt;br /&gt;
    spec:&lt;br /&gt;
      containers:&lt;br /&gt;
        - name: busybox&lt;br /&gt;
          image: busybox&lt;br /&gt;
          command: [ &amp;quot;sleep&amp;quot;, &amp;quot;infinity&amp;quot; ]&lt;br /&gt;
          volumeMounts:&lt;br /&gt;
            - name: secrets-store&lt;br /&gt;
              mountPath: &amp;quot;/mnt/secrets-store&amp;quot;&lt;br /&gt;
              readOnly: true&lt;br /&gt;
      volumes:&lt;br /&gt;
        - name: secrets-store&lt;br /&gt;
          csi:&lt;br /&gt;
            driver: secrets-store.csi.k8s.io&lt;br /&gt;
            readOnly: true&lt;br /&gt;
            volumeAttributes:&lt;br /&gt;
              secretProviderClass: grafana-ingress-tls-from-keyvault&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
aks-secret-provider.yaml.tpl&lt;br /&gt;
```&lt;br /&gt;
apiVersion: secrets-store.csi.x-k8s.io/v1&lt;br /&gt;
kind: SecretProviderClass&lt;br /&gt;
metadata:&lt;br /&gt;
  name: grafana-ingress-tls-from-keyvault&lt;br /&gt;
spec:&lt;br /&gt;
  provider: azure&lt;br /&gt;
  secretObjects:&lt;br /&gt;
    - secretName: grafana{{ DASH_ENV_NAME }}-example-com&lt;br /&gt;
      type: kubernetes.io/tls&lt;br /&gt;
      data:&lt;br /&gt;
        - objectName: grafana{{ DASH_ENV_NAME }}-example-com&lt;br /&gt;
          key: tls.key&lt;br /&gt;
        - objectName: grafana{{ DASH_ENV_NAME }}-example-com&lt;br /&gt;
          key: tls.crt&lt;br /&gt;
  parameters:&lt;br /&gt;
    usePodIdentity: &amp;quot;false&amp;quot;&lt;br /&gt;
    useVMManagedIdentity: &amp;quot;true&amp;quot;&lt;br /&gt;
    userAssignedIdentityID: &amp;quot;{{ AKS_KV_SECRETS_PROVIDER_MANAGED_ID }}&amp;quot;&lt;br /&gt;
    keyvaultName: &amp;quot;{{ ENV_CHAR_UPPER }}-MY-KV&amp;quot;&lt;br /&gt;
    objects: |&lt;br /&gt;
      array:&lt;br /&gt;
        - |&lt;br /&gt;
          objectName: grafana{{ DASH_ENV_NAME }}-example-com&lt;br /&gt;
          objectType: secret&lt;br /&gt;
    tenantId: &amp;quot;{{ ARM_TENANT_ID }}&amp;quot;&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>