Skip to content

Commit 69e8527

Browse files
author
Serhii Rudenko
committed
fix actions
1 parent da735d6 commit 69e8527

19 files changed

+24
-27
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[![unit-test](https://github.com/redacid/aws-auth-controller/actions/workflows/test.yml/badge.svg?branch=init)](https://github.com/redacid/aws-auth-controller/actions/workflows/test.yml)
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/redacid/aws-auth-controller/blob/init/LICENSE)
55

6-
[Helm chart README.md](charts/aws-auth-operator/README.md)
6+
[Helm chart README.md](charts/aws-auth-controller/README.md)

charts/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GIT_STAMP ?= $(shell git describe || echo v0.1.0)
33

44
KUBEVAL_SCHEMA_LOCATION ?= https://raw.githubusercontent.com/redacid/k8s-json-scheme/refs/heads/main
55
KUBECONFORM_SCHEMA ?= --schema-location 'https://raw.githubusercontent.com/redacid/k8s-json-scheme/refs/heads/main/{{.NormalizedKubernetesVersion}}-standalone{{.StrictSuffix}}/{{.ResourceKind}}{{.KindSuffix}}.json'
6-
CHART_PATH ?= ./aws-auth-operator
6+
CHART_PATH ?= ./aws-auth-controller
77
CREATE_NAMESPACE ?= --create-namespace
88

99
ENV_NAME ?= TEST
@@ -59,7 +59,10 @@ helm-kubeconform: helm-dependency-update install-kubeconform-plugin
5959

6060
## Deploy TEST
6161
deploy-test: helm-dependency-update helm-package
62-
@helm upgrade -i --namespace=$(TEST_NAMESPACE) $(TEST_RELEASE_NAME) ./aws-auth-operator-$(GIT_STAMP).tgz $(TEST_VALUES) $(CREATE_NAMESPACE)
62+
@helm upgrade -i --namespace=$(TEST_NAMESPACE) $(TEST_RELEASE_NAME) ./aws-auth-controller-$(GIT_STAMP).tgz $(TEST_VALUES) $(CREATE_NAMESPACE)
63+
64+
uninstall-test:
65+
@helm uninstall --namespace=$(TEST_NAMESPACE) $(TEST_RELEASE_NAME)
6366

6467
## Deploy TEST
6568
template-test: helm-dependency-update
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: v2
2+
name: aws-auth-controller
3+
description: Kubernetes operator to declaratively manage the EKS aws-auth configmap
4+
type: application
5+
version: 0.1.0
6+
appVersion: "0.1.0"
7+
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8+
home: https://github.com/redacid/aws-auth-controller
9+
sources:
10+
- https://github.com/redacid/aws-auth-controller
11+
keywords:
12+
- eks
13+
- aws
14+
- aws-auth
15+
maintainers:
16+
- name: Serhii Rudenko
17+
url: https://github.com/redacid
18+
email: sr@ios.in.ua
File renamed without changes.

charts/aws-auth-operator/crds/aws-auth.prozorro.sale_mapaccounts.yaml renamed to charts/aws-auth-controller/crds/aws-auth.prozorro.sale_mapaccounts.yaml

File renamed without changes.

charts/aws-auth-operator/crds/aws-auth.prozorro.sale_maproles.yaml renamed to charts/aws-auth-controller/crds/aws-auth.prozorro.sale_maproles.yaml

File renamed without changes.

charts/aws-auth-operator/crds/aws-auth.prozorro.sale_mapusers.yaml renamed to charts/aws-auth-controller/crds/aws-auth.prozorro.sale_mapusers.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)