Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
add mic pod exception to deployment (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed May 11, 2020
1 parent 6eff0f3 commit 3f4254e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deploy/infra/deployment-rbac.yaml
Expand Up @@ -266,3 +266,13 @@ spec:
path: /etc/kubernetes/azure.json
nodeSelector:
beta.kubernetes.io/os: linux
---
apiVersion: "aadpodidentity.k8s.io/v1"
kind: AzurePodIdentityException
metadata:
name: mic-exception
namespace: default
spec:
podLabels:
app: mic
component: mic
10 changes: 10 additions & 0 deletions deploy/infra/deployment.yaml
Expand Up @@ -180,3 +180,13 @@ spec:
path: /etc/kubernetes/azure.json
nodeSelector:
beta.kubernetes.io/os: linux
---
apiVersion: "aadpodidentity.k8s.io/v1"
kind: AzurePodIdentityException
metadata:
name: mic-exception
namespace: default
spec:
podLabels:
app: mic
component: mic
10 changes: 10 additions & 0 deletions deploy/infra/noazurejson/deployment-rbac.yaml
Expand Up @@ -302,3 +302,13 @@ spec:
periodSeconds: 5
nodeSelector:
beta.kubernetes.io/os: linux
---
apiVersion: "aadpodidentity.k8s.io/v1"
kind: AzurePodIdentityException
metadata:
name: mic-exception
namespace: default
spec:
podLabels:
app: mic
component: mic
10 changes: 10 additions & 0 deletions deploy/infra/noazurejson/deployment.yaml
Expand Up @@ -220,3 +220,13 @@ spec:
path: /etc/kubernetes/certs
nodeSelector:
beta.kubernetes.io/os: linux
---
apiVersion: "aadpodidentity.k8s.io/v1"
kind: AzurePodIdentityException
metadata:
name: mic-exception
namespace: default
spec:
podLabels:
app: mic
component: mic

0 comments on commit 3f4254e

Please sign in to comment.