# Installs Armory IAM-auth plugin 0.1.25 to orca in Armory # Change "spinnaker" name below if you need to apiVersion: spinnaker.armory.io/v1alpha2 kind: SpinnakerService metadata: name: spinnaker spec: spinnakerConfig: profiles: orca: spinnaker: extensibility: pluginsRootPath: /opt/orca/lib/plugins plugins: Armory.IAM: enabled: true kustomize: orca: deployment: patchesStrategicMerge: - | spec: template: spec: initContainers: - name: iam-plugin image: docker.io/armory/iam-plugin:0.1.25 volumeMounts: - mountPath: /opt/iam/target name: iam-plugin-vol containers: - name: orca volumeMounts: - mountPath: /opt/orca/lib/plugins name: iam-plugin-vol volumes: - name: iam-plugin-vol emptyDir: {}