ConfigMap and Secret differ nonsensically on the definition of this
keyword.
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
rh-pre-commit.version: 2.4.0
rh-pre-commit.check-secrets: ENABLED
This also means that static-config can be a ConfigMap, rather than a
Secret since it no longer contains any sensitive data.
Also use `stringData` instead of `data` to be explicit about its format.
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
rh-pre-commit.version: 2.4.0
rh-pre-commit.check-secrets: ENABLED
Includes the Koji, Bodhi and Database configuration
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
rh-pre-commit.version: 2.4.0
rh-pre-commit.check-secrets: ENABLED
We have 3 compose builders, but we don't really need all of them I don't
think. The rawhide composes do boot.iso for everything and server
and server dvd here, so 2 builders I think should be fine.
Lets move this one to be a general builder to try and prevent
backlogs.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit updates the assignments for the releng-team@fp.o alias to
use a FAS group membership mail for dynamically updating who receives
email sent to this mail alias. The overall goal is to ensure a trusted
and responsible person receives email sent to this alias, and to use a
FAS group to more dynamically handle membership for who should receive
access to emails sent to this alias.
I noticed this while adjusting other aliases in the file nearby, and saw
that @jnsamyak was not yet a member of the email alias. By using the FAS
group member address, all people in the `releng-team` FAS group will
also receive mail sent to releng-team@fp.o from now on.
FYI: @humaton@kevin@jnsamyak
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
Oops. I just enabled it only for RHEL10 and newer and it should be just
versions lesser than RHEL10.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit updates the assignments for various Fedora Marketing and
Fedora Ambassadors aliases to send mail to specific leadership roles
(i.e., @jspaleta the Fedora Project Leader, @jflory7 the Fedora
Community Architect, @amoloney the Fedora Operations Architect, and some
specific groups such as the Fedora Council private mailing list, Fedora
Mindshare Committee members, and Fedora Marketing Team.
The overall goal is to ensure an accountable person receives email sent
to some of these aliases, and to use FAS group membership to dynamically
add and remove members from the mail alias in the future.
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
When running the playbook with specific tag it will skip pre_tasks and
some of the vars are missing if that happens. Let's add tags: always to
run it everytime.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>